var runtime.islibrary
8 uses
runtime (current package)
proc.go#L261: if isarchive || islibrary {
proc.go#L5405: if islibrary || isarchive {
runtime1.go#L531: if islibrary || isarchive {
runtime2.go#L1188: islibrary bool // -buildmode=c-shared
signal_unix.go#L122: if (isarchive || islibrary) && !preinit {
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L963: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1299: if isarchive || islibrary {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |